home *** CD-ROM | disk | FTP | other *** search
/ Disc Station 20 / Disc Station Vol 20.ISO / Drivers / Iodata / Pg3d98 / p3d98210.exe / DISK.EXE / WINNT40 / GAPG3D98.INF < prev    next >
INI File  |  1997-12-15  |  2KB  |  117 lines

  1. ; gapg3d98.inf
  2. ;
  3. ; Installation inf for the
  4. ;     GA-PG3Dx/98PCI âVâèü[âY
  5. ; of graphics adapters.
  6. ;
  7.  
  8. [Version]
  9. Signature="$CHICAGO$"
  10. Provider=%iodata_pg3d%
  11. ClassGUID={4D36E968-E325-11CE-BFC1-08002BE10318}
  12. Class=Display
  13.  
  14. [DestinationDirs]
  15. DefaultDestDir   = 11
  16. iodata_pg3d.Miniport = 12  ; drivers
  17. iodata_pg3d.Display  = 11  ; system32
  18.  
  19. ;
  20. ; Driver information
  21. ;
  22.  
  23. [Manufacturer]
  24. %iodata_pg3d% = iodata_pg3d.Mfg
  25.  
  26. [iodata_pg3d.Mfg]
  27. "GA-PG3Dx/98PCI ╕▐╫╠¿»╕▒╕╛╫┌░└" = iodata_pg3d
  28.  
  29.  
  30. ;
  31. ; General installation section
  32. ;
  33.  
  34. [iodata_pg3d]
  35. CopyFiles=iodata_pg3d.Miniport, iodata_pg3d.Display
  36.  
  37. ;
  38. ; File sections
  39. ;
  40.  
  41. [iodata_pg3d.Miniport]
  42. gapg3d98.sys , gapg3d98.sy_
  43.  
  44. [iodata_pg3d.Display]
  45. gapg3d98.dll , gapg3d98.dl_
  46.  
  47.  
  48. ;
  49. ; Service Installation
  50. ;
  51.  
  52. [iodata_pg3d.Services]
  53. AddService = iodata_pg3d, 0x00000002, iodata_pg3d_Service_Inst, iodata_pg3d_EventLog_Inst
  54.  
  55. [iodata_pg3d_Service_Inst]
  56. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
  57. StartType      = 1                  ; SERVICE_SYSTEM_START
  58. ErrorControl   = 0                  ; SERVICE_ERROR_IGNORE
  59. LoadOrderGroup = Video
  60. ServiceBinary  = %12%\gapg3d98.sys
  61.  
  62. [iodata_pg3d_EventLog_Inst]
  63. AddReg = gapg3d_EventLog_AddReg
  64.  
  65. [iodata_pg3d_EventLog_AddReg]
  66. HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\gapg3d98.sys"
  67. HKR,,TypesSupported,0x00010001,7
  68.  
  69.  
  70. ;
  71. ; Software Installation
  72. ;
  73.  
  74. [iodata_pg3d.SoftwareSettings]
  75. AddReg = iodata_pg3d_SoftwareDeviceSettings
  76.  
  77. [iodata_pg3d_SoftwareDeviceSettings]
  78. HKR,, InstalledDisplayDrivers,     %REG_MULTI_SZ%, vga, gapg3d98, framebuf
  79. HKR,, VgaCompatible,               %REG_DWORD%,    1
  80.  
  81.  
  82. ;
  83. ; Source file information
  84. ;
  85.  
  86. [SourceDisksNames.x86]
  87. 1 = %DiskId%,,,""
  88.  
  89. [SourceDisksFiles]
  90. ; vga.dll  = 1       ; always shipped and preinstalled by NT itself - no need to copy
  91. ; framebuf.dll  = 1  ; always shipped and preinstalled by NT itself - no need to copy
  92. gapg3d98.dl_  = 1
  93. gapg3d98.sy_  = 1
  94.  
  95.  
  96.  
  97. [Strings]
  98.  
  99. ;
  100. ; Non-Localizable Strings
  101. ;
  102.  
  103. REG_SZ         = 0x00000000
  104. REG_MULTI_SZ   = 0x00010000
  105. REG_EXPAND_SZ  = 0x00020000
  106. REG_BINARY     = 0x00000001
  107. REG_DWORD      = 0x00010001
  108. SERVICEROOT    = System\CurrentControlSet\Services
  109.  
  110. ;
  111. ; Localizable Strings
  112. ;
  113.  
  114. DiskId="GA-PG3Dx/98PCI ╗╬▀░─┐╠─"
  115. GraphAdap="Graphics Adapter"                                                                                    
  116. iodata_pg3d="I-O DATA DEVICE,INC."
  117.